From: Juri Linkov Date: Wed, 10 Aug 2011 18:29:31 +0000 (+0300) Subject: * lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2617 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e04a9009e06094c7a719f6105712c0a156cc3290;p=emacs.git * lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'. This finishes incomplete reversion of revno:104787 (2011-06-30) intended by revno:104988 (2011-07-06). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 430fbbe13cf..f729e49cf72 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-08-10 Juri Linkov + + * progmodes/grep.el (rgrep): Don't bind `process-connection-type'. + This finishes incomplete reversion of revno:104787 (2011-06-30) + intended by revno:104988 (2011-07-06). + 2011-08-09 Chong Yidong * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 5561575ea20..db8e82193b3 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -1023,8 +1023,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]." (read-from-minibuffer "Confirm: " command nil nil 'grep-find-history)) (add-to-history 'grep-find-history command)) - (let ((default-directory dir) - (process-connection-type nil)) + (let ((default-directory dir)) (compilation-start command 'grep-mode)) ;; Set default-directory if we started rgrep in the *grep* buffer. (if (eq next-error-last-buffer (current-buffer))